home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1996 June / MACPOWER-1996-06.ISO.7z / MACPOWER-1996-06.ISO / AMUG / UTILITY_40 / MacShell 0.54b / MacShell.0.54b / bin / installman / installman.rsrc / 6931_installman
Text File  |  1994-12-14  |  1KB  |  20 lines

  1. NAME
  2.    installman - install MacShell manual entry
  3.  
  4. SYNTAX
  5.    installman cmd1 [cmd2...] resfile
  6.  
  7. DESCRIPTION
  8.  
  9. Installman is used to copy text files containing MacShell and external code resource manual entries into resource files.  The text file should exist in the current directory.  the text file name(s) should be cmd1.man, cmd2.man, etc. (for example cd.man, or ls.man).  Installman will first create a resource of type 'help' in resfile for each command name given on the command line.  The resorce name(s) will be the same as the command names given. If the resource already exists it will be overwritten.  The text files will be copied into their respective resources.
  10.  
  11. MacShell will look for manual entries for its own built-in functions  in its own resource fork.  MacShell will look for manual entries for external code resources in the same resource fork containing the code resource itself.  
  12.  
  13. RESTRICTIONS
  14.  
  15. The text file may not be longer than 20k.  This limit is silently enforced.
  16.  
  17. To be recognized as a code resource, the file creator tag must match MacShell's creator 'MCsh', and the file type must be 'CODE'
  18.  
  19.